﻿2026-07-16T05:28:30.5396587Z ##[group]Run actions/checkout@v5
2026-07-16T05:28:30.5397418Z with:
2026-07-16T05:28:30.5397808Z   fetch-depth: 2
2026-07-16T05:28:30.5398235Z   repository: BigscreenVR/spt-bs-core
2026-07-16T05:28:30.5401498Z   token: ***
2026-07-16T05:28:30.5401881Z   ssh-strict: true
2026-07-16T05:28:30.5402272Z   ssh-user: git
2026-07-16T05:28:30.5402661Z   persist-credentials: true
2026-07-16T05:28:30.5403116Z   clean: true
2026-07-16T05:28:30.5403505Z   sparse-checkout-cone-mode: true
2026-07-16T05:28:30.5403960Z   fetch-tags: false
2026-07-16T05:28:30.5404346Z   show-progress: true
2026-07-16T05:28:30.5404748Z   lfs: false
2026-07-16T05:28:30.5405111Z   submodules: false
2026-07-16T05:28:30.5405519Z   set-safe-directory: true
2026-07-16T05:28:30.5406165Z ##[endgroup]
2026-07-16T05:28:30.6320445Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-16T05:28:30.6322807Z ##[group]Getting Git version info
2026-07-16T05:28:30.6323909Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-16T05:28:30.6325064Z [command]/usr/bin/git version
2026-07-16T05:28:30.6345316Z git version 2.43.0
2026-07-16T05:28:30.6364340Z ##[endgroup]
2026-07-16T05:28:30.6376338Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/db580443-6c5a-4a0c-9a25-27a73b627e74' before making global git config changes
2026-07-16T05:28:30.6377652Z Adding repository directory to the temporary git global config as a safe directory
2026-07-16T05:28:30.6379816Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-16T05:28:30.6414197Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-16T05:28:30.6433955Z https://github.com/BigscreenVR/spt-bs-core
2026-07-16T05:28:30.6444501Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-16T05:28:30.6447025Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-16T05:28:30.6464743Z HEAD
2026-07-16T05:28:30.6496566Z ##[endgroup]
2026-07-16T05:28:30.6497835Z [command]/usr/bin/git submodule status
2026-07-16T05:28:30.6698822Z ##[group]Cleaning the repository
2026-07-16T05:28:30.6701626Z [command]/usr/bin/git clean -ffdx
2026-07-16T05:28:31.5616651Z Removing target/
2026-07-16T05:28:31.5626228Z [command]/usr/bin/git reset --hard HEAD
2026-07-16T05:28:31.5721705Z HEAD is now at 1b94f26 Merge 625068789d4567678ed06bf0b5c123818629aa6e into e0387e637d175f2aef8d4d1a5e65761be0cd2cf1
2026-07-16T05:28:31.5726573Z ##[endgroup]
2026-07-16T05:28:31.5728572Z ##[group]Disabling automatic garbage collection
2026-07-16T05:28:31.5732570Z [command]/usr/bin/git config --local gc.auto 0
2026-07-16T05:28:31.5762342Z ##[endgroup]
2026-07-16T05:28:31.5763258Z ##[group]Setting up auth
2026-07-16T05:28:31.5769539Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-16T05:28:31.5801566Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-16T05:28:31.6010712Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-16T05:28:31.6040379Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-16T05:28:31.6232982Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-16T05:28:31.6261129Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-16T05:28:31.6453951Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-16T05:28:31.6486243Z ##[endgroup]
2026-07-16T05:28:31.6487505Z ##[group]Fetching the repository
2026-07-16T05:28:31.6493911Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +0935e9d2695e184dd19f8dfe8c6e1ae1abe404f9:refs/remotes/pull/9/merge
2026-07-16T05:28:32.0661493Z ##[endgroup]
2026-07-16T05:28:32.0663007Z ##[group]Determining the checkout info
2026-07-16T05:28:32.0664369Z ##[endgroup]
2026-07-16T05:28:32.0665191Z [command]/usr/bin/git sparse-checkout disable
2026-07-16T05:28:32.0706134Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-16T05:28:32.0734441Z ##[group]Checking out the ref
2026-07-16T05:28:32.0736648Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/9/merge
2026-07-16T05:28:32.0867493Z Previous HEAD position was 1b94f26 Merge 625068789d4567678ed06bf0b5c123818629aa6e into e0387e637d175f2aef8d4d1a5e65761be0cd2cf1
2026-07-16T05:28:32.0871981Z HEAD is now at 0935e9d Merge 58e8c1fd5522fc4a205670c28c2dda0200027959 into e0387e637d175f2aef8d4d1a5e65761be0cd2cf1
2026-07-16T05:28:32.0876130Z ##[endgroup]
2026-07-16T05:28:32.0915270Z [command]/usr/bin/git log -1 --format=%H
2026-07-16T05:28:32.0939467Z 0935e9d2695e184dd19f8dfe8c6e1ae1abe404f9
